home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
program
/
ixemlsrc.lha
/
ixemul
/
man
/
cat3
/
raise.0
< prev
next >
Wrap
Text File
|
1995-12-23
|
1KB
|
67 lines
RAISE(3) UNIX Programmer's Manual RAISE(3)
NNAAMMEE
rraaiissee - send a signal to the current process
SSYYNNOOPPSSIISS
##iinncclluuddee <<ssiiggnnaall..hh>>
_i_n_t
rraaiissee(_i_n_t _s_i_g)
DDEESSCCRRIIPPTTIIOONN
The rraaiissee() function sends the signal _s_i_g to the current process.
RREETTUURRNN VVAALLUUEESS
Upon successful completion, a value of 0 is returned. Otherwise, a value
of -1 is returned and the global variable _e_r_r_n_o is set to indicate the
error.
EERRRROORRSS
The rraaiissee() function may fail and set _e_r_r_n_o for any of the errors speci
fied for the library functions getpid(2) and kill(2).
SSEEEE AALLSSOO
kill(2)
SSTTAANNDDAARRDDSS
The rraaiissee() function conforms to ANSI C3.1591989 (``ANSI C'').
BSD Experimental June 29, 1991 1